radiotoolbutton: Fix the annotation for get_group()
authorEmmanuele Bassi <ebassi@linux.intel.com>
Thu, 27 Oct 2011 17:51:38 +0000 (18:51 +0100)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Fri, 28 Oct 2011 16:10:46 +0000 (17:10 +0100)
Use the same annotation used by gtk_radio_button_get_group().

https://bugzilla.gnome.org/show_bug.cgi?id=662870

gtk/gtkradiotoolbutton.c

index 56f45e3dd832b783e6511e47c94305eb7aa7ec00..c1db17fc6cb62c57018305ebca74a31aa8f4f990 100644 (file)
@@ -243,7 +243,7 @@ get_radio_button (GtkRadioToolButton *button)
  *
  * Returns the radio button group @button belongs to.
  *
- * Return value: (transfer none): The group @button belongs to.
+ * Return value: (transfer none) (element-type GtkRadioButton): The group @button belongs to.
  *
  * Since: 2.4
  */